projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bf68a3
)
(scan_sexps_forward): Use EMACS_INT for out_bytepos and
author
Andreas Schwab
<schwab@suse.de>
Thu, 13 Jul 2006 11:43:52 +0000
(11:43 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Thu, 13 Jul 2006 11:43:52 +0000
(11:43 +0000)
out_charpos.
src/syntax.c
patch
|
blob
|
history
diff --git
a/src/syntax.c
b/src/syntax.c
index 4f1bbb2d6b43ab5f62c59dd846528bf51ce03ad6..9959c17ad4788f3dc05a0a5c984cb74f1b126c0a 100644
(file)
--- a/
src/syntax.c
+++ b/
src/syntax.c
@@
-2702,7
+2702,7
@@
scan_sexps_forward (stateptr, from, from_byte, end, targetdepth,
int boundary_stop = commentstop == -1;
int nofence;
int found;
-
int
out_bytepos, out_charpos;
+
EMACS_INT
out_bytepos, out_charpos;
int temp;
prev_from = from;